/* General Styles */
* {
    max-width: 700px;
    margin: auto;
  }
body {
    font-family: Arial, sans-serif;
    min-width: 500px;
    color: #333;
    line-height: 1.6;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

.container {
    width: 800px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Header Styles */
.header h1 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #444;
}

.header p {
    font-size: 16px;
    margin-top: 0;
    color: #666;
}

#header {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #333;
}

/* Main Content Styles */
h1 {
    font-size: 28px;
    margin: 10px 0;
    color: #333;
}

h4 {
    font-size: 18px;
    margin: 0;
    color: #666;
}

h3 {
    font-size: 22px;
    margin: 10px 0;
    color: #444;
}

h5 {
    font-size: 16px;
    margin: 5px 0;
    color: #888;
}

.head {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    border-bottom: 2px solid #444;
    padding-bottom: 5px;
}

ul {
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 20px;
}

ul li {
    margin-bottom: 10px;
    line-height: 1.4;
}

/* Footer Styles */
#footer {
    text-align: right;
    margin-top: 30px;
    padding: 20px;
    border-top: 2px solid #333;
}

#footer h2 {
    margin: 0;
    font-size: 22px;
    color: #444;
}

#footer a {
    text-decoration: none;
    color: #0073b1;
}

#footer a:hover {
    text-decoration: underline;
}

/* Additional Layout Styles */
.left, .right {
    display: none;
}

.stuff {
    margin: 20px 0;
}

hr {
    border: 1px solid #ddd;
    margin: 20px 0;
}

/* LinkedIn Link Styles */
a h4 {
    font-size: 18px;
    color: #0073b1;
}

a h4:hover {
    text-decoration: underline;
}
